home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / win / dviwin29.zip / WBR.STR < prev    next >
Text File  |  1994-12-01  |  6KB  |  258 lines

  1. % English version of the string file for wbr 2.9
  2.  
  3. % Window title
  4. "Browser"
  5.  
  6. % Error message indicating an out of memory condition
  7. "Out of memory"
  8.  
  9. % Title of message box indicating a regular expression error.
  10. % The following 11 messages are the possible error messages.
  11. "Regular Expression Error"
  12.  
  13. % Should never appear: indicates an internal error in the regular
  14. % expression code
  15. "Unknown error"
  16.  
  17. % The regular expression parser was expecting a number, but it could
  18. % not find it. This usually happens when you specify a repetition.
  19. "Invalid number"
  20.  
  21. % The specified subexpression index is invalid. It should range from
  22. % zero (indicating the entire expression), up to the total number of
  23. % parenthesized subexpressions.
  24. "Invalid subexpression number"
  25.  
  26. % The parentheses do not match
  27. "Unbalanced parentheses"
  28.  
  29. % You can use up to nine parenthesized subexpressions
  30. "Too many ("
  31.  
  32. % You can have one or two numbers inside the braces to indicate the
  33. % number of repetitions.
  34. "More than 2 numbers in {  }"
  35.  
  36. % Something other than a number, a comma or a right brace was encountered
  37. % after a left brace
  38. "} expected"
  39.  
  40. % When using two numbers inside the braces, the first one must be less
  41. % than or equal to the first one
  42. "First number exceeds second in {  }"
  43.  
  44. % The square brackets do not match
  45. "Unbalanced square brackets"
  46.  
  47. % The regular expression contains more than 15 character classes
  48. "Expression too complicated"
  49.  
  50. % The program was expecting two hexadecimal digits
  51. "Invalid hexadecimal number"
  52.  
  53. % Name of help file
  54. "wbr.hlp"
  55.  
  56. % The program cannot open the specified file
  57. "Cannot open %s"
  58.  
  59. % Title of dialog where you set the tab size
  60. "Tab size"
  61.  
  62. % Mask for the "List files of type" combo box in the File Open dialog; MAKE
  63. % SURE that the string ends with the same character as the one used to
  64. % separate the entries
  65. "Current type|*.%s|All files|*.*|Text files|*.txt;*.doc|C files|*.c;*.h;*.rc;*.l;*.y|C++ files|*.cpp;*.hpp;*.h;*.rc|TeX files|*.tex;*.sty;*.bib;*.mf;*.log;*.aux;*.bst;*.dtx|Assembly files|*.asm;*.inc;*.mac;*.s|Pascal files|*.pas;*.inc|"
  66.  
  67. % Mask for the "List files of type" combo box in the Custom Help dialog; MAKE
  68. % SURE that the string ends with the same character as the one used to
  69. % separate the entries
  70. "Help files|*.hlp|"
  71.  
  72. % This message is displayed if you try to open an empty file
  73. "The file is empty"
  74.  
  75. % General button labels (used throughout the program)
  76. "OK"
  77. "Cancel"
  78. "Help"
  79.  
  80. % Title and labels of the About dialog
  81. "About"
  82. "Filename:"
  83. "Dimensions:"
  84. "Position:"
  85.  
  86. % Title of the Find dialog
  87. "Find"
  88.  
  89. % Title and labels of the Open File dialog
  90. "Open"
  91. "OEM Conv."
  92. "File &Name:"
  93. "List Files of &Type:"
  94. "&Directories:"
  95. "Dri&ves:"
  96.  
  97. % The next 46 strings are reserved for future expansion. Make sure
  98. % that you don't delete them.
  99. ""
  100. ""
  101. ""
  102. ""
  103. ""
  104. ""
  105. ""
  106. ""
  107. ""
  108. ""
  109. ""
  110. ""
  111. ""
  112. ""
  113. ""
  114. ""
  115. ""
  116. ""
  117. ""
  118. ""
  119. ""
  120. ""
  121. ""
  122. ""
  123. ""
  124. ""
  125. ""
  126. ""
  127. ""
  128. ""
  129. ""
  130. ""
  131. ""
  132. ""
  133. ""
  134. ""
  135. ""
  136. ""
  137. ""
  138. ""
  139. ""
  140. ""
  141. ""
  142. ""
  143. ""
  144. ""
  145.  
  146. % The following are menu entries. The ampersand character (&) signifies
  147. % the underlined character in each menu entry. The sequence && introduces
  148. % a literal ampersand in a menu entry. The \t sequence signifies a tab
  149. % which is used to separate the entry name from the description of the
  150. % accelerator key. Note that the actual accelerator keys do not depend
  151. % on the menu labels; consequently, you cannot modify the accelerator
  152. % keys simply by changing the menu labels.
  153. "&File"
  154. "&Open...\t^O"
  155. "&Close"
  156. "E&xit\t^X"
  157. "&Edit"
  158. "&Copy\t^C"
  159. "&Find...\t^F"
  160. "Find &Next\t^N"
  161. "&Options"
  162. "&Save Settings on Exit"
  163. "Status &Bar"
  164. "&Font..."
  165. "&Tab size..."
  166. "&Custom Help..."
  167. "&Window"
  168. "&Cascade\tShift+F5"
  169. "&Tile\tShift+F4"
  170. "Tile &Horizontally\tShift+F4"
  171. "Tile &Vertically"
  172. "&Iconize All"
  173. "&Restore All"
  174. "&Arrange Icons"
  175. "&Next\tF6"
  176. "&Previous\tShift+F6"
  177. "Ne&w"
  178. "C&lose"
  179. "&Help"
  180. "&Contents\t F1"
  181. "C&ustom Help\t^F1"
  182. "&How to use help"
  183. "&Licensing Agreement"
  184. "&About..."
  185.  
  186. % The next 38 strings are reserved for future expansion. Make sure
  187. % that you don't delete them.
  188. ""
  189. ""
  190. ""
  191. ""
  192. ""
  193. ""
  194. ""
  195. ""
  196. ""
  197. ""
  198. ""
  199. ""
  200. ""
  201. ""
  202. ""
  203. ""
  204. ""
  205. ""
  206. ""
  207. ""
  208. ""
  209. ""
  210. ""
  211. ""
  212. ""
  213. ""
  214. ""
  215. ""
  216. ""
  217. ""
  218. ""
  219. ""
  220. ""
  221. ""
  222. ""
  223. ""
  224. ""
  225. ""
  226.  
  227. % Status line messages; they correspond to the menu entries above
  228. "Opens the specified file"
  229. "Activates the specified window"
  230. "Lets you choose from a list of windows"
  231. "Opens an existing file"
  232. "Closes all windows of the current file"
  233. "Exits the program"
  234. "Copies all text in the current window to the clipboard"
  235. "Searches for a text string"
  236. "Searches for the next occurence of a string"
  237. "Controls if the parameters will be saved upon exit"
  238. "Controls the display of the status bar"
  239. "Sets the screen font"
  240. "Sets the tab size"
  241. "Associates a help file with the current extension"
  242. "Arranges windows in a cascade pattern"
  243. "Tiles windows"
  244. "Tiles windows to maximize height"
  245. "Tiles windows to maximize width"
  246. "Minimizes all windows"
  247. "Restores all windows to their previous position"
  248. "Arranges all iconic windows neatly"
  249. "Switches to the next window"
  250. "Switches to the previous window"
  251. "Creates a new window on the same file"
  252. "Closes the current window"
  253. "Displays the contents of the help file"
  254. "Displays the help file associated with the current extension"
  255. "Describes how to use the help system"
  256. "Displays the conditions under which you can use the program"
  257. "Provides information about the program"
  258.